Html Css Color HEX #C38623 Geebung

📋 copy color: '#C38623'

red 195 ◦ green 134 ◦ blue 35

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

Shades of Geebung #C38623

Tints of Geebung #C38623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 53.57%
G = 36.81%
B = 9.62%

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

#C38623 (or 0xC38623) is known color: Geebung. HEX triplet: C3, 86 and 23. RGB value is (195,134,35). Sum of RGB (Red+Green+Blue) = 195+134+35=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C38623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38623 is #3C79DC. Grayscale: #8D8D8D. Windows color (decimal): -3963357 or 2328259. OLE color: 2328259.

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

Color convert

RGB 195 134 35 -
CMYK 0 0.31 0.82 0.24
HSL 37.13º 0.7% 0.45% -
HSV(B) 37.13º 0.82% 0.76% -
XYZ 31.33 28.77 5.49 -
YUV 140.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 195 134 35 0 0.31 0.82 0.24 37.13 0.7 0.45
Hex C3 86 23 0 1F 52 18 25 46 2D
Octal 303 206 43 0 37 122 30 45 106 55
Binary 11000011 10000110 100011 0 11111 1010010 11000 100101 1000110 101101

Color Harmonies of #C38623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38623

Black with #C38623

Text Example


Text Example

White with #C38623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38623; }

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

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

background-color css

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

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

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

border-color css

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

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

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