Html Css Color HEX #C38220 Geebung

📋 copy color: '#C38220'

red 195 ◦ green 130 ◦ blue 32

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

Shades of Geebung #C38220

Tints of Geebung #C38220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 54.62%
G = 36.41%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38220 (or 0xC38220) is known color: Geebung. HEX triplet: C3, 82 and 20. RGB value is (195,130,32). Sum of RGB (Red+Green+Blue) = 195+130+32=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C38220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38220 is #3C7DDF. Grayscale: #8A8A8A. Windows color (decimal): -3964384 or 2130627. OLE color: 2130627.

HSL color Cylindrical-coordinate representation of color #C38220: hue angle of 36.07º 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 #C38220 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 32 -
CMYK 0 0.33 0.84 0.24
HSL 36.07º 0.72% 0.45% -
HSV(B) 36.07º 0.84% 0.76% -
XYZ 30.75 27.67 5.09 -
YUV 138.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 195 130 32 0 0.33 0.84 0.24 36.07 0.72 0.45
Hex C3 82 20 0 21 54 18 24 48 2D
Octal 303 202 40 0 41 124 30 44 110 55
Binary 11000011 10000010 100000 0 100001 1010100 11000 100100 1001000 101101

Color Harmonies of #C38220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38220

Black with #C38220

Text Example


Text Example

White with #C38220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38220; }

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

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

background-color css

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

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

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

border-color css

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

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

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