Html Css Color HEX #38351A Karaka

📋 copy color: '#38351A'

red 56 ◦ green 53 ◦ blue 26

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

Shades of Karaka #38351A

Tints of Karaka #38351A

RGB

 RED value IS 56 (22.27% from 255) = 41.48%

 GREEN value IS 53 (21.09% from 255) = 39.26%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 41.48%
G = 39.26%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38351A (or 0x38351A) is known color: Karaka. HEX triplet: 38, 35 and 1A. RGB value is (56,53,26). Sum of RGB (Red+Green+Blue) = 56+53+26=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351A is #C7CAE5. Grayscale: #323232. Windows color (decimal): -13093606 or 1717560. OLE color: 1717560.

HSL color Cylindrical-coordinate representation of color #38351A: hue angle of 54º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38351A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 26 -
CMYK 0 0.05 0.54 0.78
HSL 54º 0.37% 0.16% -
HSV(B) 54º 0.54% 0.22% -
XYZ 3.09 3.46 1.48 -
YUV 50.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 56 53 26 0 0.05 0.54 0.78 54 0.37 0.16
Hex 38 35 1A 0 5 36 4E 36 25 10
Octal 70 65 32 0 5 66 116 66 45 20
Binary 111000 110101 11010 0 101 110110 1001110 110110 100101 10000

Color Harmonies of #38351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38351A

Black with #38351A

Text Example


Text Example

White with #38351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38351A; }

 p { color: rgb(56,53,26); }

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

background-color css

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

 a { background-color: rgb(56,53,26); }

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

border-color css

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

 span { border-color: rgb(56,53,26); }

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