Html Css Color HEX #C38424 Geebung

📋 copy color: '#C38424'

red 195 ◦ green 132 ◦ blue 36

#C38424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C38424

Tints of Geebung #C38424

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 36 (14.45% from 255) = 9.92%

R = 53.72%
G = 36.36%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38424 (or 0xC38424) is known color: Geebung. HEX triplet: C3, 84 and 24. RGB value is (195,132,36). Sum of RGB (Red+Green+Blue) = 195+132+36=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38424 is #3C7BDB. Grayscale: #8C8C8C. Windows color (decimal): -3963868 or 2393283. OLE color: 2393283.

HSL color Cylindrical-coordinate representation of color #C38424: hue angle of 36.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C38424 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 36 -
CMYK 0 0.32 0.82 0.24
HSL 36.23º 0.69% 0.45% -
HSV(B) 36.23º 0.82% 0.76% -
XYZ 31.08 28.23 5.48 -
YUV 139.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 195 132 36 0 0.32 0.82 0.24 36.23 0.69 0.45
Hex C3 84 24 0 20 52 18 24 45 2D
Octal 303 204 44 0 40 122 30 44 105 55
Binary 11000011 10000100 100100 0 100000 1010010 11000 100100 1000101 101101

Color Harmonies of #C38424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38424

Black with #C38424

Text Example


Text Example

White with #C38424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38424; }

 p { color: rgb(195,132,36); }

 H1.HeaderClassName
 {
   color: #C38424;
 }
 .AnyTagClassName
 {
   color: #C38424;
 }
</style>

background-color css

<style>
 a { background-color: #C38424; }

 a { background-color: rgb(195,132,36); }

 div.DivClassName
 {
   background-color: #C38424;
 }
 .BgClassName
 {
   background-color: #C38424;
 }
</style>

border-color css

<style>
 span { border-color: #C38424; }

 span { border-color: rgb(195,132,36); }

 td.TdClassName
 {
   border-color: #C38424;
 }
 .TagClassName
 {
   border-color: #C38424;
 }
</style>