Html Css Color HEX #C38323 Geebung

📋 copy color: '#C38323'

red 195 ◦ green 131 ◦ blue 35

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

Shades of Geebung #C38323

Tints of Geebung #C38323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 54.02%
G = 36.29%
B = 9.7%

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

#C38323 (or 0xC38323) is known color: Geebung. HEX triplet: C3, 83 and 23. RGB value is (195,131,35). Sum of RGB (Red+Green+Blue) = 195+131+35=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C38323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38323 is #3C7CDC. Grayscale: #8B8B8B. Windows color (decimal): -3964125 or 2327491. OLE color: 2327491.

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

Color convert

RGB 195 131 35 -
CMYK 0 0.33 0.82 0.24
HSL 36º 0.7% 0.45% -
HSV(B) 36º 0.82% 0.76% -
XYZ 30.93 27.96 5.36 -
YUV 139.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 195 131 35 0 0.33 0.82 0.24 36 0.7 0.45
Hex C3 83 23 0 21 52 18 24 46 2D
Octal 303 203 43 0 41 122 30 44 106 55
Binary 11000011 10000011 100011 0 100001 1010010 11000 100100 1000110 101101

Color Harmonies of #C38323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38323

Black with #C38323

Text Example


Text Example

White with #C38323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38323; }

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

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

background-color css

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

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

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

border-color css

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

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

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