Html Css Color HEX #C38823 Geebung

📋 copy color: '#C38823'

red 195 ◦ green 136 ◦ blue 35

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

Shades of Geebung #C38823

Tints of Geebung #C38823

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 53.28%
G = 37.16%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38823 (or 0xC38823) is known color: Geebung. HEX triplet: C3, 88 and 23. RGB value is (195,136,35). Sum of RGB (Red+Green+Blue) = 195+136+35=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38823 is #3C77DC. Grayscale: #8E8E8E. Windows color (decimal): -3962845 or 2328771. OLE color: 2328771.

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

Color convert

RGB 195 136 35 -
CMYK 0 0.30 0.82 0.24
HSL 37.88º 0.7% 0.45% -
HSV(B) 37.88º 0.82% 0.76% -
XYZ 31.61 29.33 5.59 -
YUV 142.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 195 136 35 0 0.30 0.82 0.24 37.88 0.7 0.45
Hex C3 88 23 0 1E 52 18 26 46 2D
Octal 303 210 43 0 36 122 30 46 106 55
Binary 11000011 10001000 100011 0 11110 1010010 11000 100110 1000110 101101

Color Harmonies of #C38823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38823

Black with #C38823

Text Example


Text Example

White with #C38823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38823; }

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

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

background-color css

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

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

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

border-color css

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

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

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