Html Css Color HEX #C38624 Geebung

📋 copy color: '#C38624'

red 195 ◦ green 134 ◦ blue 36

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

Shades of Geebung #C38624

Tints of Geebung #C38624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

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

R = 53.42%
G = 36.71%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38624 (or 0xC38624) is known color: Geebung. HEX triplet: C3, 86 and 24. RGB value is (195,134,36). Sum of RGB (Red+Green+Blue) = 195+134+36=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38624 is #3C79DB. Grayscale: #8D8D8D. Windows color (decimal): -3963356 or 2393795. OLE color: 2393795.

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

Color convert

RGB 195 134 36 -
CMYK 0 0.31 0.82 0.24
HSL 36.98º 0.69% 0.45% -
HSV(B) 36.98º 0.82% 0.76% -
XYZ 31.35 28.78 5.57 -
YUV 141.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 195 134 36 0 0.31 0.82 0.24 36.98 0.69 0.45
Hex C3 86 24 0 1F 52 18 25 45 2D
Octal 303 206 44 0 37 122 30 45 105 55
Binary 11000011 10000110 100100 0 11111 1010010 11000 100101 1000101 101101

Color Harmonies of #C38624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38624

Black with #C38624

Text Example


Text Example

White with #C38624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38624; }

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

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

background-color css

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

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

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

border-color css

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

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

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