Html Css Color HEX #CC8325 Geebung

📋 copy color: '#CC8325'

red 204 ◦ green 131 ◦ blue 37

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

Shades of Geebung #CC8325

Tints of Geebung #CC8325

RGB

 RED value IS 204 (80.08% from 255) = 54.84%

 GREEN value IS 131 (51.56% from 255) = 35.22%

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 54.84%
G = 35.22%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC8325 (or 0xCC8325) is known color: Geebung. HEX triplet: CC, 83 and 25. RGB value is (204,131,37). Sum of RGB (Red+Green+Blue) = 204+131+37=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8325 is #337CDA. Grayscale: #8E8E8E. Windows color (decimal): -3374299 or 2458572. OLE color: 2458572.

HSL color Cylindrical-coordinate representation of color #CC8325: hue angle of 33.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8325 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 37 -
CMYK 0 0.36 0.82 0.2
HSL 33.77º 0.69% 0.47% -
HSV(B) 33.77º 0.82% 0.8% -
XYZ 33.35 29.2 5.63 -
YUV 142.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 204 131 37 0 0.36 0.82 0.2 33.77 0.69 0.47
Hex CC 83 25 0 24 52 14 22 45 2F
Octal 314 203 45 0 44 122 24 42 105 57
Binary 11001100 10000011 100101 0 100100 1010010 10100 100010 1000101 101111

Color Harmonies of #CC8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8325

Black with #CC8325

Text Example


Text Example

White with #CC8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8325; }

 p { color: rgb(204,131,37); }

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

background-color css

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

 a { background-color: rgb(204,131,37); }

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

border-color css

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

 span { border-color: rgb(204,131,37); }

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