Html Css Color HEX #C38621 Geebung

📋 copy color: '#C38621'

red 195 ◦ green 134 ◦ blue 33

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

Shades of Geebung #C38621

Tints of Geebung #C38621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 53.87%
G = 37.02%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C38621 (or 0xC38621) is known color: Geebung. HEX triplet: C3, 86 and 21. RGB value is (195,134,33). Sum of RGB (Red+Green+Blue) = 195+134+33=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38621 is #3C79DE. Grayscale: #8D8D8D. Windows color (decimal): -3963359 or 2197187. OLE color: 2197187.

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

Color convert

RGB 195 134 33 -
CMYK 0 0.31 0.83 0.24
HSL 37.41º 0.71% 0.45% -
HSV(B) 37.41º 0.83% 0.76% -
XYZ 31.31 28.76 5.34 -
YUV 140.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 195 134 33 0 0.31 0.83 0.24 37.41 0.71 0.45
Hex C3 86 21 0 1F 53 18 25 47 2D
Octal 303 206 41 0 37 123 30 45 107 55
Binary 11000011 10000110 100001 0 11111 1010011 11000 100101 1000111 101101

Color Harmonies of #C38621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38621

Black with #C38621

Text Example


Text Example

White with #C38621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38621; }

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

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

background-color css

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

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

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

border-color css

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

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

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