Html Css Color HEX #C38B3B Pizza

📋 copy color: '#C38B3B'

red 195 ◦ green 139 ◦ blue 59

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

Shades of Pizza #C38B3B

Tints of Pizza #C38B3B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 49.62%
G = 35.37%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C38B3B (or 0xC38B3B) is known color: Pizza. HEX triplet: C3, 8B and 3B. RGB value is (195,139,59). Sum of RGB (Red+Green+Blue) = 195+139+59=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B3B is #3C74C4. Grayscale: #939393. Windows color (decimal): -3962053 or 3902403. OLE color: 3902403.

HSL color Cylindrical-coordinate representation of color #C38B3B: hue angle of 35.29º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C38B3B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 59 -
CMYK 0 0.29 0.70 0.24
HSL 35.29º 0.54% 0.5% -
HSV(B) 35.29º 0.7% 0.76% -
XYZ 32.53 30.38 8.29 -
YUV 146.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 195 139 59 0 0.29 0.70 0.24 35.29 0.54 0.5
Hex C3 8B 3B 0 1D 46 18 23 36 32
Octal 303 213 73 0 35 106 30 43 66 62
Binary 11000011 10001011 111011 0 11101 1000110 11000 100011 110110 110010

Color Harmonies of #C38B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B3B

Black with #C38B3B

Text Example


Text Example

White with #C38B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B3B; }

 p { color: rgb(195,139,59); }

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

background-color css

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

 a { background-color: rgb(195,139,59); }

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

border-color css

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

 span { border-color: rgb(195,139,59); }

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