Html Css Color HEX #C38820 Geebung

📋 copy color: '#C38820'

red 195 ◦ green 136 ◦ blue 32

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

Shades of Geebung #C38820

Tints of Geebung #C38820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 53.72%
G = 37.47%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38820 (or 0xC38820) is known color: Geebung. HEX triplet: C3, 88 and 20. RGB value is (195,136,32). Sum of RGB (Red+Green+Blue) = 195+136+32=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38820 is #3C77DF. Grayscale: #8E8E8E. Windows color (decimal): -3962848 or 2132163. OLE color: 2132163.

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

Color convert

RGB 195 136 32 -
CMYK 0 0.30 0.84 0.24
HSL 38.28º 0.72% 0.45% -
HSV(B) 38.28º 0.84% 0.76% -
XYZ 31.57 29.31 5.36 -
YUV 141.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 195 136 32 0 0.30 0.84 0.24 38.28 0.72 0.45
Hex C3 88 20 0 1E 54 18 26 48 2D
Octal 303 210 40 0 36 124 30 46 110 55
Binary 11000011 10001000 100000 0 11110 1010100 11000 100110 1001000 101101

Color Harmonies of #C38820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38820

Black with #C38820

Text Example


Text Example

White with #C38820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38820; }

 p { color: rgb(195,136,32); }

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

background-color css

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

 a { background-color: rgb(195,136,32); }

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

border-color css

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

 span { border-color: rgb(195,136,32); }

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