Html Css Color HEX #C38224 Geebung

📋 copy color: '#C38224'

red 195 ◦ green 130 ◦ blue 36

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

Shades of Geebung #C38224

Tints of Geebung #C38224

RGB

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

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

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

R = 54.02%
G = 36.01%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38224 (or 0xC38224) is known color: Geebung. HEX triplet: C3, 82 and 24. RGB value is (195,130,36). Sum of RGB (Red+Green+Blue) = 195+130+36=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C38224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38224 is #3C7DDB. Grayscale: #8B8B8B. Windows color (decimal): -3964380 or 2392771. OLE color: 2392771.

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

Color convert

RGB 195 130 36 -
CMYK 0 0.33 0.82 0.24
HSL 35.47º 0.69% 0.45% -
HSV(B) 35.47º 0.82% 0.76% -
XYZ 30.81 27.69 5.39 -
YUV 138.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 195 130 36 0 0.33 0.82 0.24 35.47 0.69 0.45
Hex C3 82 24 0 21 52 18 23 45 2D
Octal 303 202 44 0 41 122 30 43 105 55
Binary 11000011 10000010 100100 0 100001 1010010 11000 100011 1000101 101101

Color Harmonies of #C38224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38224

Black with #C38224

Text Example


Text Example

White with #C38224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38224; }

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

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

background-color css

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

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

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

border-color css

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

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

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